home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 5_9.lha / 5_9 / tsta.c < prev    next >
Text File  |  1993-08-08  |  361b  |  18 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. include <stream.h>
  6. include "5_9a2.c"
  7. include "5_9a4.c"
  8. include "5_9a5.c"
  9.  
  10. ain()
  11.  
  12.    int m, d, y;
  13. include "5_9a7.c"
  14.    cout << "\n";
  15.    cout << "day before: m=" << m << ", d=" << d << ", y=" << y << "\n";
  16.    return 0;
  17.  
  18.